projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d25d15b
)
(comint-delete-output): Bind inhibit-read-only to t.
author
Luc Teirlinck
<teirllm@auburn.edu>
Sat, 24 Apr 2004 23:06:03 +0000
(23:06 +0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Sat, 24 Apr 2004 23:06:03 +0000
(23:06 +0000)
lisp/comint.el
patch
|
blob
|
history
diff --git
a/lisp/comint.el
b/lisp/comint.el
index 57e785dce472fdc88d0bcc2d86c8024a1b1b7832..7766307f156bd5eb100d0f22f1583102a670b42d 100644
(file)
--- a/
lisp/comint.el
+++ b/
lisp/comint.el
@@
-2006,7
+2006,8
@@
This function could be in the list `comint-output-filter-functions'."
Does not delete the prompt."
(interactive)
(let ((proc (get-buffer-process (current-buffer)))
- (replacement nil))
+ (replacement nil)
+ (inhibit-read-only t))
(save-excursion
(let ((pmark (progn (goto-char (process-mark proc))
(forward-line 0)